projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce2992
)
(asm-mode-map): Bind C-c ; to comment-region.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jun 1996 20:58:52 +0000
(20:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jun 1996 20:58:52 +0000
(20:58 +0000)
lisp/progmodes/asm-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/asm-mode.el
b/lisp/progmodes/asm-mode.el
index 71d599d4f6017cd30e8c3579dd1ed331f422aae5..59035a1afb0925367036505c9f2fa7b3997a3e1a 100644
(file)
--- a/
lisp/progmodes/asm-mode.el
+++ b/
lisp/progmodes/asm-mode.el
@@
-67,6
+67,7
@@
(setq asm-mode-map (make-sparse-keymap))
;; Note that the comment character isn't set up until asm-mode is called.
(define-key asm-mode-map ":" 'asm-colon)
+ (define-key f90-mode-map "\C-c;" 'comment-region)
(define-key asm-mode-map "\C-i" 'tab-to-tab-stop)
(define-key asm-mode-map "\C-j" 'asm-newline)
(define-key asm-mode-map "\C-m" 'asm-newline)